Documents for PDF, .NET Edition Documentation
ToArray Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : ToArray Method
Copies the elements of the StructList<T> to a new array.
Syntax
'Declaration
 
Public Function ToArray() As T()
public T[] ToArray()

Return Value

An array containing copies of the elements of the StructList<T>.
See Also

Reference

StructList<T> Class
StructList<T> Members